home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / tex / sspell14.zip / CACHE.H < prev    next >
Text File  |  1992-07-06  |  174b  |  7 lines

  1. /* int searchcache(char *match, char *actual) */
  2. int searchcache();
  3. /* int addtocache(char *item) */
  4. int addtocache();
  5. /* void initcache(int size) */
  6. void initcache();
  7.